home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TFTPDIALOG / TFTPDIALOG.txt
Text File  |  2004-02-29  |  4KB  |  230 lines

  1. object FTPDialog: TFTPDialog
  2.   Left = 435
  3.   Top = 247
  4.   BorderStyle = bsDialog
  5.   Caption = '*'
  6.   ClientHeight = 358
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label5: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 72
  23.     Height = 13
  24.     Caption = '&Path/Filename:'
  25.     FocusControl = txtFileName
  26.   end
  27.   object lblLinebreak: TLabel
  28.     Left = 168
  29.     Top = 48
  30.     Width = 50
  31.     Height = 13
  32.     Caption = '&Linebreak:'
  33.     FocusControl = cboLinebreak
  34.   end
  35.   object btnCancel: TCorelButton
  36.     Left = 248
  37.     Top = 328
  38.     Width = 75
  39.     Height = 23
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 5
  44.   end
  45.   object btnOK: TCorelButton
  46.     Left = 168
  47.     Top = 328
  48.     Width = 75
  49.     Height = 23
  50.     Caption = '*'
  51.     Default = True
  52.     Enabled = False
  53.     ModalResult = 1
  54.     TabOrder = 6
  55.     OnClick = btnOKClick
  56.   end
  57.   object StaticText1: TStaticText
  58.     Left = 8
  59.     Top = 315
  60.     Width = 313
  61.     Height = 2
  62.     AutoSize = False
  63.     BorderStyle = sbsSunken
  64.     TabOrder = 7
  65.   end
  66.   object GroupBox1: TGroupBox
  67.     Left = 8
  68.     Top = 96
  69.     Width = 313
  70.     Height = 209
  71.     Caption = 'FTP Settings'
  72.     TabOrder = 4
  73.     object Label1: TLabel
  74.       Left = 8
  75.       Top = 24
  76.       Width = 31
  77.       Height = 13
  78.       Caption = '&Name:'
  79.       FocusControl = cboName
  80.     end
  81.     object Label6: TLabel
  82.       Left = 8
  83.       Top = 64
  84.       Width = 185
  85.       Height = 13
  86.       Caption = '&FTP Server Name (e.g. ftp.server.com):'
  87.       FocusControl = txtServer
  88.     end
  89.     object Label4: TLabel
  90.       Left = 248
  91.       Top = 64
  92.       Width = 22
  93.       Height = 13
  94.       Caption = '&Port:'
  95.       FocusControl = spnPort
  96.     end
  97.     object Label2: TLabel
  98.       Left = 8
  99.       Top = 104
  100.       Width = 51
  101.       Height = 13
  102.       Caption = '&Username:'
  103.       FocusControl = txtUsername
  104.     end
  105.     object Label3: TLabel
  106.       Left = 160
  107.       Top = 104
  108.       Width = 49
  109.       Height = 13
  110.       Caption = 'Pass&word:'
  111.       FocusControl = txtPassword
  112.     end
  113.     object cboName: TComboBox
  114.       Left = 8
  115.       Top = 40
  116.       Width = 297
  117.       Height = 21
  118.       ItemHeight = 13
  119.       TabOrder = 0
  120.       OnClick = cboNameClick
  121.     end
  122.     object txtServer: TEdit
  123.       Left = 8
  124.       Top = 80
  125.       Width = 233
  126.       Height = 21
  127.       TabOrder = 1
  128.     end
  129.     object chkAnonymous: TCheckBox
  130.       Left = 8
  131.       Top = 152
  132.       Width = 169
  133.       Height = 17
  134.       Caption = '&Anonymous'
  135.       TabOrder = 5
  136.       OnClick = chkAnonymousClick
  137.     end
  138.     object txtUsername: TEdit
  139.       Left = 8
  140.       Top = 120
  141.       Width = 145
  142.       Height = 21
  143.       TabOrder = 3
  144.     end
  145.     object txtPassword: TEdit
  146.       Left = 160
  147.       Top = 120
  148.       Width = 145
  149.       Height = 21
  150.       PasswordChar = '*'
  151.       TabOrder = 4
  152.     end
  153.     object chkSavePass: TCheckBox
  154.       Left = 8
  155.       Top = 168
  156.       Width = 169
  157.       Height = 17
  158.       Caption = '&Save Password'
  159.       TabOrder = 6
  160.     end
  161.     object chkPassiveMode: TCheckBox
  162.       Left = 8
  163.       Top = 184
  164.       Width = 169
  165.       Height = 17
  166.       Caption = 'Passive &Mode'
  167.       TabOrder = 7
  168.     end
  169.     object rgTransferMode: TRadioGroup
  170.       Left = 200
  171.       Top = 152
  172.       Width = 105
  173.       Height = 49
  174.       Caption = 'Transfermode'
  175.       ItemIndex = 0
  176.       Items.Strings = (
  177.         'AS&CII'
  178.         '&Binary')
  179.       TabOrder = 8
  180.     end
  181.     object spnPort: TSpinEdit
  182.       Left = 248
  183.       Top = 80
  184.       Width = 57
  185.       Height = 22
  186.       MaxValue = 0
  187.       MinValue = 0
  188.       TabOrder = 2
  189.       Value = 0
  190.     end
  191.   end
  192.   object txtFileName: TEdit
  193.     Left = 8
  194.     Top = 24
  195.     Width = 289
  196.     Height = 21
  197.     TabOrder = 0
  198.     OnChange = txtFileNameChange
  199.   end
  200.   object btnBrowse: TCorelButton
  201.     Left = 304
  202.     Top = 24
  203.     Width = 17
  204.     Height = 22
  205.     Hint = 'Browse'
  206.     Caption = '...'
  207.     ParentShowHint = False
  208.     ShowHint = True
  209.     TabOrder = 1
  210.     OnClick = btnBrowseClick
  211.   end
  212.   object chkReadOnlyCopy: TCheckBox
  213.     Left = 8
  214.     Top = 66
  215.     Width = 137
  216.     Height = 17
  217.     Caption = '*'
  218.     TabOrder = 2
  219.   end
  220.   object cboLinebreak: TComboBox
  221.     Left = 168
  222.     Top = 64
  223.     Width = 153
  224.     Height = 21
  225.     Style = csDropDownList
  226.     ItemHeight = 13
  227.     TabOrder = 3
  228.   end
  229. end
  230.